.description-section {
  padding-top: 80px;
  padding-bottom: 30px;
}

.description-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.description-subtitle {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.description-block-text {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.67 !important;
}

@media only screen and (max-width: 576px) {
  .description-section {
    padding-top: 50px !important;
  }

  .description-title {
    margin-bottom: 10px !important;
    margin-top: 10px;
  }
}
